CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二进制文件 VC

搜索资源列表

  1. HexShow

    0下载:
  2. 用VC++6.0编写的读取文件二进制编码的程序-Using VC++6.0 to read documents prepared by the binary-coded program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:48800
    • 提供者:daliang
  1. zhenfengzhuang

    0下载:
  2. 用VC++根据给出的原始数据,组装一个IEEE802.3格式的帧(题目默认的输入文件为二进制原始数据(文件名为input1和input2))。-VC++ in accordance with the given raw data, assembled an IEEE802.3 frame format (The default title for the binary raw data input file (file named input1 and input2)).
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:100101
    • 提供者:laiy
  1. huffmancodinganddecoding

    0下载:
  2. 给出该程序的运行环境例如:windows ,linux,unix ,编译环境,如:vc++ 6.0等。 Huffman树算法实际应用于文件的编码、译码,其优点在于频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码各不相同。这些代码都是二进制码,且码的长度是可变的。-coding and decoding of huffman
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:142677
    • 提供者:张红
  1. HexView

    0下载:
  2. vc实现文件二进制查看的功能和utraledit差不多,可以轻松实现对文件二进制的查看。-vc implementation file binary view of the function and utraledit almost, you can easily view the file binary.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:44276
    • 提供者:吴硕
  1. ConvertDemo_

    0下载:
  2. 一个VC++的进制转换组件及实例源代码,提供各种不同进制互相转换接口声明,以及二个接口涵数:IsValidate()用来检验输入有效性 Convert()来完成实际转换,编译时只用编译示例文件就可以,DLL组件会自动生成。演示程序展示了如何在二进制、八进制、十六进制、十进制之间转换数据。 -A VC++ the hex conversion components and source code examples, providing a variety of interchangeable
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:186396
    • 提供者:王佳佳
  1. RdWrtHgFile

    0下载:
  2. vc读写大块资料(二进制)文件的程序源码,希望对大家有所帮助-vc to read and write large data (binary) files in the program source code, we want to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:22926
    • 提供者:
  1. RdWrtHgFile

    0下载:
  2. 读写大块资料(二进制)文件\RdWrtHgFile,很不错的vc源码,希望能对大家有所帮助-Reading and writing large data (binary) files \ RdWrtHgFile, very good vc source, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:24344
    • 提供者:项技文
  1. obj2bin

    0下载:
  2. 把vc生成的obj文件中代码部分的二进制数据提取出来,整到一个文件中。-The vc obj file generated code part of the binary data extracted from the whole to a file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:6143
    • 提供者:焱哥
  1. vcPP-APP_CODE_16

    2下载:
  2. 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: 进程防杀的实现.rar 精美MP3播放器.zip 局域网视频监控.rar 客户端和服务器.rar 快捷键.zip 类似QQ截屏的屏幕取色器.zip 两款拼音输入法源代码.rar 模仿QQ抖动 .zip 模拟金山词霸的界面.rar 深入体验VC开发源码.zip 十进制、十六进制、二进制互相转换的VC++程序.rar 实现DLL拦截
  3. 所属分类:Windows编程

    • 发布日期:2013-12-07
    • 文件大小:60335359
    • 提供者:李东波
  1. COpenFile

    0下载:
  2. 一个可以将text文件,翻译成为二进制的数组,是个足彩软件的配套软件,改软件可以将足彩500万上面的竞猜的14场的text格式的资料,转化为AYDATA【20000】【14】的数组,便于VC程序员对足彩的资料分析-this is a football software ,it can translate text file to double array.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:1732436
    • 提供者:陈静秋
  1. LZ35

    0下载:
  2. VC++ 功能的19个功能,包括设置显示器分辨率,IO的应用,以二进制形式查看文件,串行化功能的实现,独特的读写工具,打开PCX格式文件等等 -VC++ 19 functions, including setting the display resolution, the application of IO, view the file in binary form serialization function realization, unique reading and writing to
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:24526848
    • 提供者:nwq35
  1. File

    0下载:
  2. VC++文件操作与注册表读写操作例子,了解一下注册表API以及MFC对文件操作的支持,Win32 API对文件操作的支持,主要学习一下文件指针定位、文本方式和二进制方式文件操作的异同等。-VC++ file operations and registry read and write operations example, look at the registry API and MFC support for file operations, Win32 API on support for
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:28197
    • 提供者:余灶兴
  1. RdWrtHgFile

    0下载:
  2. vc读写大块资料(二进制)文件的程序源码,希望对大家有所帮助-vc to read and write large data (binary) files in the program source code, we want to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:22972
    • 提供者:edstim
  1. RdWrtHgFile

    0下载:
  2. vc读写大块资料(二进制)文件的程序源码,希望对大家有所帮助-vc to read and write large data (binary) files in the program source code, we want to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:23019
    • 提供者:rmofgovern
  1. VCPP

    0下载:
  2. VC++读写大块资料(二进制)文件,高效完成-VC++ reading and writing large data (binary) files, efficient completion
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:23418
    • 提供者:yun
  1. Combin

    0下载:
  2. VC 多个二进制BIN文件合成1个BIN文件-combin bin file
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:45499
    • 提供者:chenqiang
  1. RdWrtHgFile

    0下载:
  2. VC++读写大块资料(二进制)文件,可进行流媒体操作-Implemented in C++ using the binary random access
  3. 所属分类:File Operate

    • 发布日期:2017-05-22
    • 文件大小:6376468
    • 提供者:龙俊
  1. VCPP-binary

    0下载:
  2. 可以查看文件的二进制,用vc++编写,需要的可以下载-Can view the file binary, using vc++ write, you need to download
  3. 所属分类:File Operate

    • 发布日期:2017-04-30
    • 文件大小:8113
    • 提供者:余仕跃
  1. VCPPread-large-file

    0下载:
  2. VC++读写大文件资料(二进制),VC6编译通过,平时我们用词本打开大量文本的时候,会发觉电脑很慢甚至死机,不是因为文件太大,而是因为记事本的简单而未进行大文件打开处理,才会出现这种情况,希望这个VC小实例能启发你一些灵感。-VC++ read large documents (binary), VC6 compiler, usually we open a large number of words of the text, you will find the computer very sl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:15516
    • 提供者:putaoyuan
  1. kriting

    0下载:
  2. 一个打包好的写日志类,很方便的实现SACII,二进制日志文件的读写,用VC开发(A packaged good writing log, very convenient to realize SACII, binary log file to read and write, using VC development)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-19
    • 文件大小:41984
    • 提供者:Cjaudv
« 1 2 3 4 5»
搜珍网 www.dssz.com